home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / role / CWMmoria120.lha / CWMmoria / bak next >
Text File  |  1994-08-15  |  197b  |  11 lines

  1. .Key file
  2. if not exists <file>
  3.    echo "File <file> does not exist.  Try again."
  4.    skip END
  5. endif
  6.  
  7. echo "Copying <file> to <file>.bak ... " NOLINE
  8. c:copy <file> to <file>.bak
  9. echo "Done."
  10.  
  11. LAB END